Package com.cisco.pt.ipc.sim.pdu
Interface RadiusPacket
- All Known Implementing Classes:
RadiusPacketImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()intgetId()getType()voidsetAttributeLength(Byte attributeLength) voidsetAttribValue(String attribValue) voidsetAuthenticator(String authenticator) voidvoidsetId(int id) voidvoidsetType(AttribType type) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getCode
Byte getCode()- Returns:
- Byte Returns a Byte
-
setCode
- Parameters:
code- Takes in a parameter of code
-
getId
int getId()- Returns:
- int Returns a int
-
setId
void setId(int id) - Parameters:
id- Takes in a parameter of id
-
getLength
Short getLength()- Returns:
- Short Returns a Short
-
setLength
- Parameters:
length- Takes in a parameter of length
-
getAuthenticator
String getAuthenticator()- Returns:
- String Returns a String
-
setAuthenticator
- Parameters:
authenticator- Takes in a parameter of authenticator
-
getType
AttribType getType()- Returns:
- AttribType Returns a AttribType
-
setType
- Parameters:
type- Takes in a parameter of type
-
getAttributeLength
Byte getAttributeLength()- Returns:
- Byte Returns a Byte
-
setAttributeLength
- Parameters:
attributeLength- Takes in a parameter of attributeLength
-
getAttribValue
String getAttribValue()- Returns:
- String Returns a String
-
setAttribValue
- Parameters:
attribValue- Takes in a parameter of attribValue
-